Wiki

Clone wiki

atlasboard / Atlasboard Configuration

The Atlasboard configuration file lives in <yourwallboardpath>/config/atlasboard.json.

Example

#!javascript

{
  "live-logging" : {
    "enabled": true
  }
}
Atlasboard has its own default config file, so whatever configuration options you use on your wallboard will extend (and shadow) the default values.

Updated